dom.arrowLeft()
Availability
3.0
Description
Moves the cursor left the specified number of times.
Arguments
{nTimes}, {bShiftIsDown}
The first argument is the number of times the cursor should be moved left. If this argument is omitted, the default is 1.
The second argument is a Boolean value indicating whether to extend the selection. If this argument is omitted, the default is
FALSE
.
Returns
Nothing.
Enabler
None.